home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / fido / gfreq15.lha / GFreqStat1.1 / Docs / GFStat_doc.ENG next >
Text File  |  1994-09-10  |  5KB  |  116 lines

  1.  
  2.         GFreqStat version 1.1
  3.  
  4.     GFreqStat is copyright 1994 Jari Kanerva.
  5.     The author can be reached at Fidonet 2:201/411.73 or 2:203/319.7
  6.     e-mail jari@p73.anet.bbs.bad.se
  7.     snailmail
  8.         Jari Kanerva
  9.         Njurundagatan 6
  10.         162 29  VÄLLINGBY
  11.         SWEDEN
  12.  
  13.     GfreqStat is a statsgenerator for GoldFreq. It can make statistiks for
  14.     howe often each file has been requested. Howe often each node makes
  15.     requests and howe many files each node has requested.
  16.     These statsfiles can be made both totaly and since last time the lists
  17.     were made.
  18.  
  19.     GFreqStat will only work if it finds the GoldFreq.key
  20.     You may have the key either in Mail: or in the same directory as you
  21.     keep the executable GFreqStat.
  22.  
  23.     GFReqStat needs that you have FILEACC and ACCTPATH in GoldFreq.cfg
  24.     This is for GoldFreq to make the information to GFreqStat.
  25.  
  26.     GFreqStat search for GFreqStat.cfg in the same directory as the
  27.     executable GFreqStat is in or in Mail:.
  28.     You can also tell GFreqStat where the configuration file is by putting
  29.     the path and name on the commandline.
  30.     Ex: GFReqStat Mail:GFreq/GFreqStat.cfg
  31.  
  32.     You may use some arguments from the commandline. This is so that you
  33.     can make temporary stats whidout change the statistics.
  34.     C=CONFIG,NOLAST/S,ONLYLAST/S,NOREG/S,NOTOP/S
  35.     C=CONFIG   Specify where GFreqStat can find it's configfile. This is
  36.                if the configfile not is in PROGDIR: or in mail:
  37.     NOLAST/S   Do not make any "since last" lists.
  38.     ONLYLAST/S Only make "since last" lists.
  39.     NOREG/S    Do the lists as usual but do not change the .old files.
  40.                This is useful if you normaly make one each week nad would
  41.                want to make a list un the middle of the week whitout
  42.                disturbing the stats.
  43.     NOTOP/S    Do not make "TopTes lists", make full lists.
  44.     You may also combine the arguments. i e
  45.     "GFreqStat NOLAST ONLYLAST" if you wish to run GFreqStat whitout making
  46.     any stat-lists. :-)
  47.  
  48. ==========================================================================
  49.  
  50.             The configuration file...
  51.  
  52.         KeyWord: AccPath <dir>
  53.     Tell GFreqStat where GoldFreq keeps it accounting files.
  54.     Ex: AccPath Mail:GFreq/Accounts
  55.  
  56.         KeyWord: (NO)DelOlds
  57.     If GFreqStat finds a .old file whitout a matching .acf or .acc file
  58.     it deletes the .old file.
  59.     Ex: DelOlds
  60.  
  61.         KeyWord: (No)NodesTop <num>
  62.     Specify number of nodes listed i the stats list (i e TopTen). 
  63.     Ex: NodesTop 10
  64.  
  65.         KeyWord: (No)FilesTop <num>
  66.     Specify number of files listed i the stats list (i e TopTen).
  67.     Ex: FilesTop 10
  68.  
  69.         KeyWord: (No)Files <File>
  70.     Select a file for the file statistics.
  71.     Ex: Files Mail:GFreq/Filerna
  72.  
  73.         KeyWord: (No)FilesHeader <file>
  74.     Select a file to get the header to the file statistics list.
  75.     Ex: FilesHeader Mail:GFreq/Textfiles/Fileheader.txt
  76.  
  77.         KeyWord: (No)FilesLast <file>
  78.     Select a file for the file statistics since last time the list was made.
  79.     Ex: FilesLast Mail:GFreq/FilesLast
  80.  
  81.         KeyWord: (No)FilesLastHeader <file>
  82.     Select a file to get the header to the file since last list.
  83.     Ex: FilesLastHeader  Mail:GFreq/Textfiles/Fileheader.txt
  84.  
  85.         KeyWord: (No)NodesFreq <File>
  86.     Select a file for the node statistic file. Sorted by freqs.
  87.     Ex: NodesFreq Mail:GFreq/NodeFreq
  88.  
  89.         KeyWord: (No)NodesFreqHeader <file>
  90.     Select a file to get the header to the node statistic list.
  91.     Ex: NodesFreqHeader Mail:GFreq/Textfiles/Nodeheader.txt
  92.  
  93.         KeyWord: (No)NodesFiles <File>
  94.     Select a file for the node statistic file. Sorted by files.
  95.     Ex: NodesFiles Mail:GFreq/NodeFiles
  96.  
  97.         KeyWord: (No)NodesFilesHeader <file>
  98.     Select a file to get the header to the node statistic list.
  99.     Ex: NodesFilesHeader Mail:GFreq/Textfiles/Nodeheader.txt
  100.  
  101.         KeyWord: (No)NodesFreqLast <file>
  102.     Select a file for the node statistic file. Sorted by freqs. Since last.
  103.     Ex: NodesFreqLast Mail:GFreq/NodesFreqLast
  104.  
  105.         KeyWord: (No)NodesFreqLastHeader <file>
  106.     Select a file to get the header to the node statistic list.
  107.     Ex: NodesFreqLastHeader Mail:GFreq/Textfiles/Nodeheader.txt
  108.  
  109.         KeyWord: (No)NodesFilesLast <file>
  110.     Select a file for the node statistic file. Sorted by files. Since last.
  111.     Ex: NodesFilesLast Mail:GFreq/NodesFilesLast
  112.  
  113.         KeyWord: (No)NodesFilesLastHeader <file>
  114.     Select a file to get the header to the node statistic list.
  115.     Ex: NodesFilesLastHeader Mail:GFreq/Textfiles/Nodeheader.txt
  116.